Skip to main content

Create a Custom Map

To create a map inside the dashboard locally, open the Map Settings tab and select the Custom button. There are two ways to create a custom map.

Map Editor UI#

Editor Map

Clicking on the pen in the upper right corner toggles the atlas editor. The toolbar displays the set of all tools available to edit a map:

IconToolDescription
Add NodeAdd new nodes to the map
Add CircuitAdd new circuits to the map
Edit NodeEdit existing nodes
Edit LinesEdit existing circuits
Get JSONGet Atlas4 formatted map JSON
Set TopologyImport map from JSON
Edit TopologyEdit Topology Features

These tools can be used to create new nodes and circuits for the map. Additional details about each tool should be present on the right sidebar when any tool is selected.

Paste Map JSON#

Raw map JSON can also be pasted directly in the code editor window in the panel sidebar. The map should automatically update if the map JSON is valid.

JSON Editor